home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1995 March / Macworld CD-ROM (March 1995).cdr / Demos / Wrath of the Gods / 32AM1 / 00458.ls < prev    next >
Encoding:
Text File  |  1994-09-20  |  207 b   |  14 lines

  1. when keyDown then keystroke
  2. go(value(SaveFrame))
  3. if atOr = 1 then
  4.   if altGlobal = 1 then
  5.     hintSet1()
  6.   else
  7.     if altGlobal = 2 then
  8.       hintset2()
  9.     else
  10.       hintSet()
  11.     end if
  12.   end if
  13. end if
  14.